Skip to content

Bump quarkus.version from 1.2.0.Final to 1.10.1.Final #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps quarkus.version from 1.2.0.Final to 1.10.1.Final.
Updates quarkus-arc from 1.2.0.Final to 1.10.1.Final

Updates quarkus-kubernetes-client from 1.2.0.Final to 1.10.1.Final

Updates quarkus-bom from 1.2.0.Final to 1.10.1.Final

Release notes

Sourced from quarkus-bom's releases.

1.10.0.Final

Major changes

  • #13244 - Compute cache value on calling thread to fix thread starvation

Complete changelog

  • #13391 - Fix GRPC client config and add GPRPC server maxInboundMetadataSize
  • #13362 - Generated projects don't follow the given package name (codestarts)
  • #13352 - Upgrade to Hibernate ORM 5.4.24.Final
  • #13351 - Missing jboss-logging-jdk dependency in application bom
  • #13350 - Missing quarkus-openshift-client dependencies in application bom
  • #13347 - Upgrade Vault to 1.6.0 in vault test extension and documentation
  • #13346 - Make Quarkus Maven plugin smart create consistent with codestarts
  • #13345 - Update to proton-j 0.33.8
  • #13344 - Remove package namespacing for core examples, clean path & class names
  • #13343 - Ensure that the import file is checked for hot-reload even if it's missing
  • #13342 - Provide actionable information when EntityManager is not available in Hibernate Panache
  • #13339 - Bump Vault to 1.6 in extension IT and doc
  • #13338 - Panache fails with NPE when @Entity is forgotten
  • #13337 - import.sql file creation no longer triggers a Quarkus reload and of Hibernate to run the changes
  • #13336 - Ensure that jib extra files directories retain the proper permissions
  • #13335 - Create a new Resteasy Context Map
  • #13333 - Remove the usage of set-env from the doc workflow
  • #13328 - Fix links to the Weld documentation
  • #13327 - Update smallrye-openapi version
  • #13324 - Panache entity leads to NPE when no database config is present
  • #13323 - Spring Web app fails when using @RequestMapping.path vs value
  • #13322 - /app folder not readable by others, when Jib extra directories feature is used
  • #13319 - Blocking on the reactive route guide
  • #13317 - Quarkus HTTP response gets messed up under load
  • #13314 - Fix two typos
  • #13310 - Close admin client now to avoid rely on admin client polling timeout
  • #13309 - Quarkus KafkaStream application do not close immediately when no broker is present
  • #13302 - Replace usage of deprecated Capabilities constants
  • #13295 - Fix the case where the webjar does not have a version in the jar path
  • #13294 - Webjar locator when the artifact has no version
  • #13284 - Bump assertj-core from 3.18.0 to 3.18.1
  • #13280 - Prefer Jackson over JSON-B in the documentation
  • #13279 - Fix generation of quarkus-all-config.adoc
  • #13278 - All Configuration documentation isn't generated properly anymore
  • #13272 - Make Quarkus Maven plugin smart "create" consistent with codestarts
  • #13271 - Ensure @JsonProperty value on Panache Entity is honored
  • #13264 - Update to Keycloak 11.0.3
  • #13259 - Made JarResult.originalArtifact point to the actual original jar instead of where it should end up after renaming
  • #13257 - Remove Uni await for OIDC code access token validation and user info calls
  • #13249 - OIDC 1.10.0.CR1 - event loop thread blocked
  • #13244 - Compute cache value on calling thread to fix thread starvation
  • #13242 - Bump assertj-core from 3.18.0 to 3.18.1 in /integration-tests/gradle
  • #13241 - Bump assertj-core from 3.18.0 to 3.18.1 in /devtools/gradle
Commits
  • 177a6ff [RELEASE] - Bump version to 1.10.1.Final
  • 50ea7de Unlist common extension modules
  • 53d831b Bump mutiny from 0.10.1 to 0.11.0
  • fc528f5 @JsonIgnore QuarkusJsonPlatformDescriptor.getManagedDependencies
  • f293c9c Merge pull request #13455 from gsmet/1.10.1-backports-1
  • 5bff066 Only add suppressed exceptions when we have several of them for Event
  • 11ff94f Properly handle Flyway locations prefixed with 'filesystem:'
  • acfbda5 Update docs/src/main/asciidoc/security-authorization.adoc
  • 2efafd5 Update docs/src/main/asciidoc/security-authorization.adoc
  • b080a5f Add a note to Security Authorization doc how to disable the permissions
  • Additional commits viewable in compare view

Updates quarkus-core from 1.2.0.Final to 1.10.1.Final

Updates quarkus-maven-plugin from 1.2.0.Final to 1.10.1.Final

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `quarkus.version` from 1.2.0.Final to 1.10.1.Final.

Updates `quarkus-arc` from 1.2.0.Final to 1.10.1.Final

Updates `quarkus-kubernetes-client` from 1.2.0.Final to 1.10.1.Final

Updates `quarkus-bom` from 1.2.0.Final to 1.10.1.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@1.2.0.Final...1.10.1.Final)

Updates `quarkus-core` from 1.2.0.Final to 1.10.1.Final

Updates `quarkus-maven-plugin` from 1.2.0.Final to 1.10.1.Final

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview
Copy link
Contributor Author

Superseded by #147.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/quarkus.version-1.10.1.Final branch December 1, 2020 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants